-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add CXL host exerciser cache application #3009
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description: Host Exerciser (HE) is responsible for generating traffic to create scenarios like Cache Hit/Miss in Device or Host Caches with the intention of exercising the path from AFU to the Host via CXL IP at full bandwidth. Command line options: Options: -h,--help Print this help message and exit -p,--pci-address TEXT [<domain>:]<bus>:<device>.<function> -l,--log-level TEXT:{trace,debug,info,warning,error,critical,off} [warning] stdout logging level -t,--timeout UINT [60000] test timeout (msec) --test UINT:value in {fpgardcachehit->0,fpgardcachemiss->2,fpgawrcachehit->1,fpgawrcachemiss->3,hostrdcachehit->4,hostrdcachemiss->6,hostwrcachehit->5,hostwrcachemiss->7} OR {0,2,1,3,4,6,5,7} [fpgardcachehit] host exerciser cache test {fpgardcachehit, fpgawrcachehit, all} --continuousmode BOOLEAN [false] test rollover or test termination --contmodetime UINT [1] Continuous mode time in seconds --target UINT:value in {fpga->1,host->0} OR {1,0} [host] host exerciser run on host or fpga --stride UINT [0] Enable stride mode --linerepcount UINT:INT in [1 - 256] [10] Line repeat count --testall BOOLEAN [false] Run all tests Subcommands: cache run simple cxl he cache test Signed-off-by: anandaravuri <[email protected]>
tswhison
reviewed
Sep 15, 2023
tswhison
reviewed
Sep 15, 2023
Signed-off-by: anandaravuri <[email protected]>
Signed-off-by: anandaravuri <[email protected]>
Signed-off-by: anandaravuri <[email protected]>
Signed-off-by: anandaravuri <[email protected]>
Signed-off-by: anandaravuri <[email protected]>
Signed-off-by: anandaravuri <[email protected]>
Signed-off-by: Thanneeru Srinivasulu <[email protected]>
tswhison
reviewed
Sep 22, 2023
Pull Request Test Coverage Report for Build 6316884222
💛 - Coveralls |
tswhison
reviewed
Sep 22, 2023
Signed-off-by: anandaravuri <[email protected]>
Signed-off-by: anandaravuri <[email protected]>
Signed-off-by: anandaravuri <[email protected]>
tswhison
approved these changes
Sep 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Host Exerciser (HE) is responsible for generating traffic to create scenarios like Cache Hit/Miss in Device or Host Caches with the intention of exercising the path from AFU to the Host via CXL IP at full bandwidth.
Command line options:
Options:
-h,--help Print this help message and exit
-p,--pci-address TEXT [:]:.
-l,--log-level TEXT:{trace,debug,info,warning,error,critical,off} [warning]
stdout logging level
-t,--timeout UINT [60000] test timeout (msec)
--test UINT:value in {fpgardcachehit->0,fpgardcachemiss->2,fpgawrcachehit->1,fpgawrcachemiss->3,hostrdcachehit->4,hostrdcachemiss->6,hostwrcachehit->5,hostwrcachemiss->7} OR {0,2,1,3,4,6,5,7} [fpgardcachehit]
host exerciser cache test {fpgardcachehit, fpgawrcachehit, all}
--continuousmode BOOLEAN [false]
test rollover or test termination
--contmodetime UINT [1] Continuous mode time in seconds
--target UINT:value in {fpga->1,host->0} OR {1,0} [host]
host exerciser run on host or fpga
--stride UINT [0] Enable stride mode
--linerepcount UINT:INT in [1 - 256] [10]
Line repeat count
--testall BOOLEAN [false] Run all tests
Subcommands:
cache run simple cxl he cache test
PR Title should start with one of the following tags: [Fix]/[Feature]/[Style]/[Update]
[Fix]- Bug Fix
[Feature]- for new feature
[Style]- Grammar or branding fix
[Update]-For an update to an existing feature
------------- Keep everything below this line -------------------------
Description
Describe the issue, update, change or fix and why
Collateral (docs, reports, design examples, case IDs):
Tests added:
Tests run: